memshr: Include unistd.h for sleep().
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 18 Dec 2009 07:33:09 +0000 (07:33 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 18 Dec 2009 07:33:09 +0000 (07:33 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/memshr/bidir-daemon.c

index b5077f2f455f1ba23148e362512bd02ed775e932..ec81c295bda27526ffb5a2ab6caa58dc4518d231 100644 (file)
@@ -18,6 +18,7 @@
  */
 #include <pthread.h>
 #include <inttypes.h>
+#include <unistd.h>
 
 #include "bidir-hash.h"
 #include "memshr-priv.h"